SciChart.Charting Assembly > SciChart.Charting.Model.Filters Namespace > FilterExtensions Class > AggregateByRange Method : AggregateByRange<TY>(IOhlcDataSeries<DateTime,TY>,TY,IOhlcDataSeries<DateTime,TY>) Method
Type of Y values
Data series to be filtered
The price range for aggregation
DataSeries to which filtered data is going to be output
AggregateByRange<TY>(IOhlcDataSeries<DateTime,TY>,TY,IOhlcDataSeries<DateTime,TY>) Method
Filters data series by range aggregation
Syntax

Parameters

dataSeries
Data series to be filtered
aggregationRange
The price range for aggregation
filteredDataSeries
DataSeries to which filtered data is going to be output

Type Parameters

TY
Type of Y values
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also